(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/iffparse.h>
struct ContextNode * CurrentChunk()
SYNOPSIS
struct IFFHandle * iff

LOCATION
In IFFParseBase at offset 29
FUNCTION
Returns the top context node for the give IFFHandle struct. The top contexte is the node most recently pushed onto the context stack

INPUTS
iff
pointer to IFFHandle struct.
RESULT
top - Pointer to top contextnode or NULL if none.

NOTES
EXAMPLE
BUGS
SEE ALSO
PushChunk(), PopChunk(), ParseIFF(), ParentChunk()
INTERNALS
" .. or NULL if none" (see RESULT) is truth with slight modifications, since the default context node exists as long as the iffhandle itself. However, the user is never given a pointer to this node.

HISTORY
03.02.1997 digulla
Iffparse.library as supplied by Nils H. Lorentzen